ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / C1GanttView Class / SortTasks Method / SortTasks(IComparer<Task>) Method
The System.Collections.Generic.IComparer`1 object.

In This Topic
    SortTasks(IComparer<Task>) Method
    In This Topic
    Sorts all the tasks by given comparer.
    Syntax
    'Declaration
     
    Public Overloads Sub SortTasks( _
       ByVal comparer As System.Collections.Generic.IComparer(Of Task) _
    ) 
    public void SortTasks( 
       System.Collections.Generic.IComparer<Task> comparer
    )

    Parameters

    comparer
    The System.Collections.Generic.IComparer`1 object.
    See Also